home *** CD-ROM | disk | FTP | other *** search
- /* *******************************
-
- File: about_alert.h
- Function: Header file for this Alert
- History: 4/27/89 Original by Prototyper.
-
- This is a NOTE alert, it is used to inform the user of some general information.
- This alert is not used if there is a possibility of losing any data.
-
- ******************************* */
-
- #define about_alert_id 7
- #define error_dialog_id 2
-
- void A_about_alert(void);
-
- void D_error_alert(long err_num);